-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve multiselect tag #1718
Improve multiselect tag #1718
Conversation
This comment has been minimized.
This comment has been minimized.
26cac34
to
8233460
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment has been minimized.
This comment has been minimized.
7aab020
to
b3b3f94
Compare
max-width: 50%; | ||
max-width: fit-content; | ||
max-width: -moz-fit-content; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this removed?
This doesn't look like it have something to do with this pr :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the comment, it looks good on the docs and code
Signed-off-by: GretaD <[email protected]>
b3b3f94
to
6b30c4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look fine
When we select an item from the multiselect dropdown, the item it is not shown in the input field while the dropdown is active. This bring a lot of confusion to users as they are not sure if they selected smth or not. This PR fixes that.